public class CharacterCount : FieldPublic Class CharacterCount
Inherits Field| CharacterCount | Initializes a new instance of the CharacterCount class. |
| NumberFormat | Specifies the numbering sequence. The defined values are: - 1: Hindu-Arabic number sequence starts with 1. - a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”. - A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”. - i: number sequence of lowercase Roman numerals starts with “i”. - I: number sequence of uppercase Roman numerals start with “I”. - a value of type string 18.2. - an empty string: no number sequence displayed. If no value is given, no number sequence is displayed. |
| Value | Contains the number of characters that an OpenDocument producer has counted for a document. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements | (Overrides FieldGetContentElements) |
| GetHashCode | (Inherited from Object) |
| GetParent |
Returns the parent element.
(Inherited from Field) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Converts the value of the current CharacterCount object to its equivalent string representation.
(Overrides ObjectToString) |